type github.com/jackc/pgx/v5/pgtype.encodePlanJSONBCodecBinaryWrapper

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		jsonb.go#L26: 			return &encodePlanJSONBCodecBinaryWrapper{textPlan: plan}
		jsonb.go#L35: type encodePlanJSONBCodecBinaryWrapper struct {
		jsonb.go#L39: func (plan *encodePlanJSONBCodecBinaryWrapper) Encode(value any, buf []byte) (newBuf []byte, err error) {